{ "version": 4, "terraform_version": "1.7.0", "serial": 250, "lineage": "54474d4f-728c-6334-d600-4b521e5cd48a", "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-29e20a37c49038bd1", "ami": "ami-e42e6ba9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cd351a71"], "subnet_id": "subnet-acf52bb7", "key_name": "prod-deploy-key" } } ] } ] }