{ "version": 4, "terraform_version": "1.5.8", "serial": 522, "lineage": "ff6ec615-010b-17ae-9c1e-32b4dd9d843b", "outputs": { "db_endpoint": { "value": "db-3.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-566232f356490407d", "ami": "ami-024963e5", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fc648503"], "subnet_id": "subnet-3ca07541", "key_name": "prod-deploy-key" } } ] } ] }