{ "version": 4, "terraform_version": "1.8.4", "serial": 470, "lineage": "a16fe2a5-50ea-588b-a768-7efb63e5e1fc", "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-35be8dbc351f31eb9", "ami": "ami-240b3826", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d6117f16"], "subnet_id": "subnet-b0a4bc8b", "key_name": "prod-deploy-key" } } ] } ] }