{ "version": 4, "terraform_version": "1.7.0", "serial": 424, "lineage": "0eddfaa2-eb7b-f991-4c20-fa2847e603ca", "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-41dd2579252e4a3bf", "ami": "ami-bdab80fe", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f729eef7"], "subnet_id": "subnet-eaad84f7", "key_name": "prod-deploy-key" } } ] } ] }