{ "version": 4, "terraform_version": "1.6.0", "serial": 227, "lineage": "fec1c0e2-ee2c-6e37-26d5-729ab400dcb3", "outputs": { "db_endpoint": { "value": "db-3.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-450f9b16c7daf52f0", "ami": "ami-b6b1a9c0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-11a19d83"], "subnet_id": "subnet-2f354559", "key_name": "prod-deploy-key" } } ] } ] }