{ "version": 4, "terraform_version": "1.5.8", "serial": 280, "lineage": "8fe4152b-ded0-42dc-f7ac-d9164a32cfea", "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-0404bb77508d81f7e", "ami": "ami-b37ef0e3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b4ec4094"], "subnet_id": "subnet-a5bde379", "key_name": "prod-deploy-key" } } ] } ] }