{ "version": 4, "terraform_version": "1.7.0", "serial": 531, "lineage": "fbc1a70d-cae9-9744-ca45-a34d56c729ba", "outputs": { "db_endpoint": { "value": "db-0.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-e9371d2a79cf1b175", "ami": "ami-03774aa7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-21635b6b"], "subnet_id": "subnet-c2e37deb", "key_name": "prod-deploy-key" } } ] } ] }