{ "version": 4, "terraform_version": "1.5.5", "serial": 509, "lineage": "e76aa53e-325e-0d7b-5edc-f9b386f68c34", "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-a8bfd1d93dbf04f55", "ami": "ami-df36faad", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cc3d6a79"], "subnet_id": "subnet-2520d9ff", "key_name": "prod-deploy-key" } } ] } ] }