{ "version": 4, "terraform_version": "1.8.6", "serial": 526, "lineage": "17147a5f-2fa6-289c-f267-9446dc93cc00", "outputs": { "db_endpoint": { "value": "db-4.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-8d7e48288b250729d", "ami": "ami-d2109dcf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-26db5f68"], "subnet_id": "subnet-c5bcef6a", "key_name": "prod-deploy-key" } } ] } ] }