{ "version": 4, "terraform_version": "1.7.8", "serial": 410, "lineage": "5084b230-ded3-0181-974d-cd3cf160eb59", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-f361037e290db0637", "ami": "ami-ab95e344", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d20fcf93"], "subnet_id": "subnet-5495dddd", "key_name": "prod-deploy-key" } } ] } ] }