{ "version": 4, "terraform_version": "1.6.5", "serial": 261, "lineage": "47eb42bc-b0a6-a989-a0d5-a05b455ea844", "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-ec2f98110b0fad813", "ami": "ami-1149e0c3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c87d6096"], "subnet_id": "subnet-02511b0e", "key_name": "prod-deploy-key" } } ] } ] }